(1 ε)-approximate nearest neighbor search - définition. Qu'est-ce que (1 ε)-approximate nearest neighbor search
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est (1 ε)-approximate nearest neighbor search - définition

(AS A FORM OF PROXIMITY SEARCH (METRIC SPACE)) OPTIMIZATION PROBLEM OF FINDING THE POINT IN A GIVEN SET THAT IS CLOSEST (OR MOST SIMILAR) TO A GIVEN POINT
Nearest neighbor problem; Proximity search (metric space); Nearest neighbour search; Closest point search; Nearest neighbour problem; Closest point query; Nearest neighbor query; Nearest neighbour query; Post-office problem; Post office problem; Nearest neighbor method; Post-office search algorithm; Approximate nearest-neighbor search algorithm; Approximation algorithms for nearest-neighbor search; Nearest neighbor distance ratio; Approximate nearest neighbor search algorithms; Applications of nearest neighbor search

Nearest neighbor search         
Nearest neighbor search (NNS), as a form of proximity search, is the optimization problem of finding the point in a given set that is closest (or most similar) to a given point. Closeness is typically expressed in terms of a dissimilarity function: the less similar the objects, the larger the function values.
post office problem         
<algorithm> Given a set of points (in N dimensions), find another point which minimises the sum of the distances from that point to each of the others. (2007-03-07)
Nearest neighbor graph         
  • A nearest neighbor graph of 100 points in the [[Euclidean plane]].
TYPE OF DIRECTED GRAPH
Nearest neighbour graph; Nearest-neighbour graph; Farthest neighbor graph; Furthest neighbor graph; Nearest-neighbor graph; Farthest-neighbor graph; Furthest-neighbor graph
The nearest neighbor graph (NNG) is a directed graph defined for a set of points in a metric space, such as the Euclidean distance in the plane. The NNG has a vertex for each point, and a directed edge from p to q whenever q is a nearest neighbor of p, a point whose distance from p is minimum among all the given points other than p itself.

Wikipédia

Nearest neighbor search

Nearest neighbor search (NNS), as a form of proximity search, is the optimization problem of finding the point in a given set that is closest (or most similar) to a given point. Closeness is typically expressed in terms of a dissimilarity function: the less similar the objects, the larger the function values.

Formally, the nearest-neighbor (NN) search problem is defined as follows: given a set S of points in a space M and a query point q ∈ M, find the closest point in S to q. Donald Knuth in vol. 3 of The Art of Computer Programming (1973) called it the post-office problem, referring to an application of assigning to a residence the nearest post office. A direct generalization of this problem is a k-NN search, where we need to find the k closest points.

Most commonly M is a metric space and dissimilarity is expressed as a distance metric, which is symmetric and satisfies the triangle inequality. Even more common, M is taken to be the d-dimensional vector space where dissimilarity is measured using the Euclidean distance, Manhattan distance or other distance metric. However, the dissimilarity function can be arbitrary. One example is asymmetric Bregman divergence, for which the triangle inequality does not hold.